ucMedicalHx.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CPWEvent


Lines of Code: 86

public string PatPWEventID

	 event entry id 

public string PatPWID

	 patient pathway id 

protected void Page_Load(object sender, EventArgs e)

	 page load of the medical history control 

public bool InitializeControl(string strPatPWID, string strPatPWEventID)

	 initialize the medical history control 

public ucTBICDSInstrument.InstrumentOptions LoadMedicalHXInstrument()

	 load the medical history instrument 

public ucTBICDSInstrument.AddInstrumentResponsesResult OnMedHxOK()

	 save the medical history 

	

